/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }
/*
* PadMode
*/
@media only screen and (max-width:1440px){
    .video_list01 .content .video_list01_btn .owl-prev{left:-20px;}
    .video_list01 .content .video_list01_btn .owl-next{right:-20px;}
}
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    html { overflow-x:hidden;}
    body,input,textarea,button,select { font-size:14px;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap{ width:940px; }
    .mwrap{padding:0 50px;}
    /*padMode 1240px 网站样式*/

    /*头部*/
    .pageHeader{height:80px}
    .header .mobile_key{display:block; padding:30px 0;}
    .header .inav{display:none;}
    .header .h_logo{padding:15px 0;}
    .header .h_search {padding:30px 0; padding-left:30px}
    .header .h_lan{padding:30px 0}
    /*底部*/
    .pageFooter .f_top .dl01{width:25%; margin-right:5%;}
    .pageFooter .f_top .dl02,
    .pageFooter .f_top .dl03,
    .pageFooter .f_top .dl04{width:12%; float:left; margin-right:2%;}

    /* 新闻列表 */
    .news_list01 .list_hd .inp_box_wrap .hd_btn{margin-left:0;background-color:transparent;}
    .news_list01 .list_hd{padding:0px 20px;}
    .news_list01 .list_bd .list_box{padding:46px 10px 40px;}
    .news_list01 .list_bd .list_main{width:82%;}

    /*关于我们*/
    .about_us01 .left{margin-top:0px;}
    .about_us01 .left .tit{font-size:50px;}
    .about_us01 .left .con{font-size:25px; line-height:35px; margin-top:15px;}
    .about_us01 .left .txt{margin-top:15px;}
    .about_us02 li .li_top span.num{font-size:50px;}
    .about_us04 li .li_box{padding:0 40px;}

    /*产品中心*/
    .pro_center01 .left .list{margin-top:40px;}
    .pro_center01 .left .list .item{width:47%; margin-right:5%;}
    .pro_center01 .left .list .item02{margin-right:0;}
    .pro_center01 .left .list .item .t{font-size:30px;}
    .pro_center01 .left .list .item .c{margin-top:15px;}
    .pro_center02 .infor{margin-bottom:30px;}
    .pro_center03{background-size:cover; padding:60px 0 80px;}

    /*发展历程*/
    .history01 .ul-list li .box{width:75%;}
    .history01 .ul-list li{width:85%;}

    /*客户服务*/
    .customer_service01 .item .box{padding:30px;}
    .customer_service01 .item .box .con{height:115px;}
    .customer_service02{padding:60px 0; background-size:cover}
    .customer_service02 .form,
    .customer_service02 .form textarea{width:100%;box-sizing:border-box;}
    .customer_service02 .form #content{width:100%;box-sizing:border-box;}
    .customer_service02 .btns_list{width:50%;}

    /* 联系我们 */
    .contact_us01 .left .left_area .box{padding:30px;}
    .contact_us01 .yzm img{width:35%;}
    .contact_us01 .right .box{padding:30px;}
    .contact_us03 .item .intro .box{padding:20px 20px 0;}
    .contact_us03 .item .intro .intro_top .img_{margin-bottom:5px;}
    .contact_us03 .item .intro .intro_top .line{margin-top:10px;}

    /*解决方案*/
    .solution01 .item .box{padding:30px;}
    .solution01 .item .box .tit{margin-bottom:15px;}
    .solution01 .item .box .con{margin-bottom:20px; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}

    /*资质荣誉*/
    .honor01 .left{ display:none;}
    .honor01 .right{ width:100%; min-height:0; height:auto;}
    .honor01 .right .box{padding:4%;}

    /*首页*/
    .ipart01 .content .title{width:12%;}
    .ipart02 .tabs .tab_c{bottom:0;}
    .ipart02 .tabs .tab_t_box{height:320px;}
    .ipart02 .tabs .tab_t_box .li{padding:26px 0;}
    .ipart03 .content .intro .intro_l .box{padding:30px 30px 30px 0;}
    .ipart03 .content .intro .intro_l .tit{font-size:30px; line-height:30px;}
    .ipart03 .content .intro .intro_l .list{margin:40px 0;}
    .ipart03 .content .intro .intro_l .list li .number span.num{font-size:30px; line-height:30px;}
    .ipart04 .content .right .li_box{padding:0 30px;}
    .ipart04 .content .right .li_box .intro{padding:17px 0 16px;}

    /* 2020-04-20 补充页 人才招聘 */
    /*人才招聘*/
    .job_list01 .hd .form{padding:35px;}
    .job_list01 .hd .inp_wrap .tit{width:38%;}
    .job_list01 .hd .inp_wrap .sele{width:57%;}
    .job_list01 .hd .inp_wrap.inp_wrap_search .tit{width:25%;}


    /* 20200601 */
    .video_list01 .content .video_list01_btn .owl-prev{left:-20px;}
    .video_list01 .content .video_list01_btn .owl-next{right:-20px;}





















}
@media only screen and (max-width: 992px) {
    body:after {
        content: 'Padp';
    }
    .wrap{ width:740px; }
    .mwrap{padding:0 20px;}
    /*padMode 992px 网站样式*/

    /*底部*/
    .pageFooter{padding:30px 0;}
    .pageFooter .f_top{display:none;}
    .pageFooter .f_bott{padding-top:0;}

    /*关于我们*/
    .about_us01 .left .tit{font-size:40px;}
    .about_us01 .left .con{font-size:20px; line-height:30px;}
    .about_us02{padding:60px 20px;}
    .about_us04{padding:60px 0; background-size:cover;}
    .about_us04 ul{font-size:0;}
    .about_us04 li{width:33%;}
    .about_us04 li .li_box{padding:0 15px;}
    .about_us04 li .li_box .con{height:48px; overflow:hidden;}

    /*产品中心*/
    .pro_center01 .right{width:100%; margin-top:30px;}
    .pro_center01 .left{width:100%;}
    .pro_center01 .left .con{margin-top:20px;}
    .pro_center01 .left .list{margin-top:20px;}
    .pro_center02 .infor .con{margin-top:20px;}

    /*客户服务*/
    .customer_service01 .item .box{padding:20px;}
    .customer_service01 .item .box .tit{font-size:25px; margin-bottom:15px;}
    .customer_service01 .item .box .con{height:96px;}
    .customer_service02 .yzm_box{width:100%; margin-bottom:20px; font-size:0;}
    .customer_service02 .form .btns_list{width:100%; text-align:left; font-size:0;}
    .customer_service02 .form .btns_list .sub{margin-right:40px; float:none;width:40%;}
    .customer_service02 .form .btns_list .reset{float:none;width:40%;}
    .customer_service02 .line1{width:75%;}
    .customer_service02 .form .btns_list .sub{width:30%; margin-right:25px;}
    .customer_service02 .form .btns_list .reset{width:30%;}

    /*解决方案*/
    .solution01 .item .box{padding:20px;}
    .solution01 .item .box .tit{font-size:25px; line-height:25px; margin-bottom:10px;}
    .solution01 .item .box .con{font-size:13px; line-height:22px; height:66px; margin-bottom:10px;}
    .solution01 .item .common-btn{line-height:32px; height:32px;}
    .solution01 .item .common-btn span{margin-right:20px;}

    /*资质荣誉*/
    .honor02{margin-top:50px;}

    /*首页*/
    .ibanner{height:471px;}
    .ibanner .item{height:471px;}
    .ibanner .owl-carousel .owl-item img{width:1400px; margin-left:-700px;}
    .ibanner .iban_word .intro .tit{margin-bottom:60px; font-size:35px;}
    .ipart01 .content .title{width:15%;}
    .ipart01 .content .list ul li .cell span.tit{width:60%;}
    .ipart01 .content .list ul li .cell span.date{width:35%;}
    .ipart03 .content .intro .intro_l .list li{padding-right:6%;}
    .ipart03 .content .rect-64{padding-bottom:75%;}
    .ipart03 .content .intro .intro_l .tit{font-size:25px; line-height:25px;}
    .ipart03 .content .intro .intro_l .list{margin:30px 0 20px;}
    .ipart03 .content .intro .intro_l .list li .number span.num{font-size:25px; line-height:25px;}
    .ipart04 .content .left{width:100%;}
    .ipart04 .content .right{width:100%; margin-top:30px;}

    /* 2020-04-10 补充页 人才招聘 */
    /*人才招聘*/
    .job_list01 .hd .inp_wrap{width:40%; margin-right:2%;}
    .job_list01 .hd .inp_wrap .tit{width:49%;}
    .job_list01 .hd .inp_wrap .sele{width:47%;}
    .job_list01 .hd .inp_wrap.inp_wrap_search .tit{width:30%;}
    .job_list01 .hd .inp_wrap .inp{width:60%;}
    .job_list01 .hd .btns{width:15%;}
    .job_list01 .bd{margin-top:50px;}

    /* 2020-0601 */
    .video_list01 .content .hd{padding:0}
    .video_list01 .content .video_list01_btn .owl-next{right:-10px;}
    .video_list01 .content .video_list01_btn .owl-prev{left:-10px;}

    /* 2020-0603 */
    .ipart03 .content .intro .intro_l .list li{padding-right:3%;}






}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:16px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:4%; padding-right:4%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }
    /*mobileMode 760 网站样式*/

    /*头部*/
    .pageHeader{height:65px;}
    .header .h_logo img{width:160px; height:35px;}
    .header .h_search{padding:22px 0 23px 20px;}
    .header .mobile_key{padding:22px 0 23px;}
    .header .h_lan{padding:22px 0 23px;}
    .header .h_lan a{font-size:17px;}
    /*下层banner*/
    .xc_banner{height:156px;}
    .xc_banner>img{width:800px; margin-left:-400px;}
    .xc_banner .xc_intro{bottom:30px;}
    .xc_banner .xc_intro .smal_tit{font-size:16px; margin-bottom:10px;}
    .xc_banner .xc_intro .big_tit{font-size:18px; line-height:20px; margin-bottom:2px;}
    .crumbs span, .crumbs a{font-size:13px}
    .xcbanner_mouse{display:none;}
    /*二级导航*/
    .xc_nav{display:none}
    .channel_content {padding:20px 0;}
    /*底部*/
    .pageFooter{padding:20px 0;}
    .pageFooter .f_bott .left{width:100%;}
    .pageFooter .f_bott .left span{line-height:24px}
    .pageFooter .f_bott .right .gotop{width:30px; height:30px; background-size:cover;}
    /*公共按钮*/
    .common-btn{padding:0 15px}

    /* 新闻列表 */
    .news_list01 li{margin-bottom:20px;}
    .news_list01 li:last-child{margin-bottom:0;}
    .news_list01 .list_hd{padding:0 2%; margin-bottom:20px;}
    .news_list01 .list_hd .inp_box_wrap .hd_btn{height:40px; margin-left:0; background-color:transparent; float:right; margin-top:0; width:15%;}
    .news_list01 .list_hd .inp_box_wrap{margin-right:0; border-bottom:1px solid; margin-bottom:10px;}
    .news_list01 .list_hd .inp_box_wrap .inp_box{font-size:14px; line-height:40px; height:40px;}
    .news_list01 .list_bd .list_main{width:100%;}
    .news_list01 .list_bd .list_box{padding:0;}
    .news_list01 .list_bd .list_box:after{display:none;}
    .news_list01 .list_bd .list_main .bd_c .list_title{font-size:16px;}
    .news_list01 .list_bd .list_main .bd_c .list_p{font-size:13px; line-height:22px; height:44px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    .news_list01 .list_bd .list_main .bd_c{padding:15px; background:#f6f6f6;}
    .news_list01 .list_bd .list_main .bd_c .list_tool{padding:0; font-size:12px;}
    .news_list01 .list_bd .list_main .bd_c .list_tool .share_btn{margin:0 10px;}
    .news_list01 .list_bd .list_main .bd_r{width:42%; padding-top:5%; padding-right:2%;}

    /* 新闻详细 */
    .news_detail01{padding:20px 0;}
    .news_detail01 .detail_l,.news_detail01 .detail_r{width:100%;}
    .news_detail01 .l_tools{margin-bottom:10px;}
    .news_detail01 .detail_r{margin-top:14px;}
    .news_detail01 .news_title{font-size:20px;}

    /*关于我们*/
    .about_us01 .right{width:100%;}
    .about_us01 .left{width:100%; margin-top:20px;}
    .about_us01 .left .tit{font-size:25px;}
    .about_us01 .left .con{font-size:16px; line-height:25px; margin-top:5px;}
    .about_us01 .left .txt{font-size:13px; margin-top:10px;}
    .about_us02{padding:20px 10px 0; margin-top:20px;}
    .about_us02 li{width:50%; margin-bottom:15px;}
    .about_us02 li .li_top span.num{font-size:25px; line-height:30px;}
    .about_us03{margin:20px 0;}
    .about_us03 .text{padding:0 10px}
    .about_us04{padding:20px 0;}
    .about_us04 li .li_box{padding:0 10px;}
    .about_us04 li .li_box .tit{font-size:20px; line-height:25px;}
    .about_us04 li .li_box .con{font-size:12px; line-height:20px; height:40px; margin-top:10px;}

    /*产品中心*/
    .pro_center01 .left .tit{font-size:20px; line-height:25px;}
    .pro_center01 .left .con{margin-top:10px; font-size:13px; line-height:22px;}
    .pro_center01 .left .list .item .t{font-size:21px;}
    .pro_center01 .left .list .item .t span{font-size:15px;}
    .pro_center01 .left .list .item .c{font-size:13px; margin-top:5px;}
    .pro_center01 .right{margin-top:20px;}
    .pro_center02 {margin-top:20px;}
    .pro_center02 .infor{margin-bottom:20px;}
    .pro_center02 .infor .tit{font-size:20px; line-height:25px;}
    .pro_center02 .infor .con{margin-top:10px; font-size:13px; line-height:22px;}
    .pro_center03 {padding:30px 0 40px; margin-top:20px;}
    .pro_center03 .infor{padding:0 15px}
    .pro_center03 .infor .tit .big{font-size:20px; line-height:25px;}
    .pro_center03 .infor .tit .smal{font-size:13px; line-height:22px; margin-top:5px;}
    .pro_center03 .infor .con{display:none}
    .pro_center03 .content{margin-top:0px;}
    .pro_center03 .content .owl-dots{bottom:-20px}
    .pro_center04{padding:20px 0 0;}
    .pro_center04 li{width:50%; margin-bottom:15px;}
    .pro_center04 li .li_box .icon{width:80px; height:80px; background-size:cover; margin:0 auto 2px}
    .pro_center04 li .li_box .intro .t{font-size:16px;}
    .pro_center04 li .li_box .intro .c{font-size:13px;}

    /*发展历程*/
    .history{padding-top:0px;}
    .history01 .ul-list:before,
    .history01 .ul-list:after{display:none;}
    .history01 .ul-list li,
    .history01 .ul-list li .box{width:100%;}
    .history01 .ul-list li.odd .year,
    .history01 .ul-list li.even .year,
    .history01 .ul-list li.odd .con,
    .history01 .ul-list li.even .con{float:none;}
    .history01 .ul-list li .year,
    .history01 .ul-list li .con,
    .history01 .ul-list li.even .con{width:90%; margin:0 auto; text-align:center;}
    .history01 .ul-list li .box:after{width:100%;}
    .history01 .ul-list li:first-child{padding-top:0;}
    .history01 .ul-list li{margin-bottom:0;}
    .history01 .ul-list li .box{padding:15px 0;}
    .history01 .ul-list li .year{font-size:25px; line-height:30px;}
    .history01 .ul-list li .con .title{font-size:16px; margin-bottom:5px;}
    .history01 .time{margin:15px auto 0;}

    /*客户服务*/
    .customer_service01{margin-bottom:20px;}
    .customer_service01 .item{margin-bottom:20px;}
    .customer_service01 .item:last-child{margin-bottom:0px;}
    .customer_service01 .item.odd .left,
    .customer_service01 .item.odd .right,
    .customer_service01 .item.even .left,
    .customer_service01 .item.even .right{width:100%; float:none;}
    .customer_service01 .item .box .tit{font-size:20px; margin-bottom:10px;}
    .customer_service01 .item .box .con{height:auto;}
    .customer_service01 .item.cur{background:#f5f5f5;}
    .customer_service01 .item.cur .box .tit{color:#5d5d5d;}
    .customer_service01 .item.cur .box .con{color:#595959;}
    .customer_service02{padding:25px 0;}
    .customer_service02 .infor{padding:0; margin-bottom:0px;}
    .customer_service02 .infor .tit{font-size:20px; margin-top:0; margin-bottom:10px;}
    .customer_service02 .infor .con{line-height:1.5; font-size:14px;}
    .customer_service02 .form input{font-size:13px;}
    .customer_service02 .line1{width:100%; margin:5% auto 0; box-sizing:border-box;}
    .customer_service02 .yzm_box .yzm{text-indent:10px; height:33px; line-height:33px; margin-right:15px;}
    .customer_service02 .yzm_box img{height:37px; width:111px;}
    .customer_service02 .form .btns_list button{padding:0; height:37px; font-size:14px;}
    .customer_service02 .form .btns_list .sub{margin-right:15px;}
    .customer_service02 .form textarea{font-size:13px;}

    /*联系我们*/
    .contact_us01 .left{width:100%;}
    .contact_us01 .left .left_area{position:static;}
    .contact_us01 .left .left_area .box{padding:20px;}
    .contact_us01 .left .left_area .box .infor .tit{font-size:20px; line-height:24px; margin-bottom:5px;}
    .contact_us01 .left .left_area .box .infor .con{margin-bottom:10px; font-size:13px;}
    .contact_us01 .left .left_area .box .content .cell{padding-left:25%; margin-bottom:10px; line-height:45px;}
    .contact_us01 .right{width:100%; margin-bottom:0;}
    .contact_us01 .right .box{padding:20px}
    .contact_us01 .right .box .infor .tit{font-size:20px; line-height:24px; margin-bottom:20px;}
    .contact_us01 .right .box .infor .con{margin-bottom:10px; font-size:13px;}
    .contact_us01 .right .box .infor .text .icon_box{margin-bottom:6px;}
    .contact_us01 .right .box .infor .contact_ewm{display:none;}
    .contact_us02{height:300px; overflow:hidden;}
    /*.contact_us02 #map1-49058{margin-left:-700px; margin-top:-150px;}*/

    /*解决方案*/
    .solution01 .item{margin-bottom:20px;}
    .solution01 .item.odd .left{width:100%;}
    .solution01 .item.odd .right{width:100%;}
    .solution01 .item.even .left{width:100%;}
    .solution01 .item.even .right{width:100%;}
    .solution01 .item .box .tit{font-size:20px;}
    .solution01 .item .common-btn span{font-size:12px; margin-right:15px;}
    .solution01 .item.cur{background:#f5f5f5;}
    .solution01 .item.cur .box{color:#5d5d5d;}
    .solution01 .item.cur .common-btn{background:none;}
    .solution01 .item.cur .common-btn span{color:#7b7b7b;}
    .solution01 .item.cur .common-btn i{background:url(../img/common_jt.png) no-repeat center;}

    /*解决方案详细*/
    .solution_detail01 .infor {margin-bottom:15px;}
    .solution_detail01 .infor .tit{font-size:20px; line-height:25px;}
    .solution_detail01 .infor .con{font-size:13px; line-height:23px; margin-top:10px;}
    .solution_detail02{padding:20px 0 60px; margin-top:20px;}
    .solution_detail02 .infor .tit .big{font-size:20px; line-height:25px;}
    .solution_detail02 .infor .tit .smal{margin-top:15px;}
    .solution_detail02 .content{margin-top:20px;}

    /*资质荣誉*/
    .honor01 .right{background-size:cover;}
    .honor01 .right .img_list{height:411px;}
    .honor01 .right .img_list li{width:48%; margin-right:2%; margin-bottom:15px;}
    .honor02{margin-top:20px;}
    .honor02 li{margin-bottom:20px;}
    .honor02 .li_box .intro{font-size:13px; background:#f5f5f5; padding:10px;}

    /*首页*/
    .ibanner{height:0; padding-bottom:62.5%;}
    .ibanner .item{height:0; padding-bottom:62.5%;}
    .ibanner .owl-carousel .owl-item img{width:100%; position:static; left:0; margin-left:0;}
    .ibanner .iban_word .intro .tit{font-size:20px; line-height:25px; margin-bottom:30px;}
    .ibanner .iban_word{bottom:50px;}
    .ipart01{display:none;}
    .ipart02{padding:20px 0;}
    .ipart02 .infor{margin-bottom:20px;}
    .ipart02 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .ipart02 .infor .con{font-size:14px; line-height:23px;}
    .ipart02 .tabs .tab_c{display:none;} 
    .ipart02 .tabs .tab_t_box .li {width:49%; float:left; margin:0 1% 1% 0; position:static;}
    .ipart02 .tabs .tab_t_box{height:auto;}
    .ipart02 .tabs .tab_t_box .li .t{font-size:15px;}
    .ipart03 .content .left{width:100%;}
    .ipart03 .content .right{width:100%; margin-top:20px;}
    .ipart03 .content .intro{display:none;}
    .ipart03 .content .cover {position:absolute; left:0; top:0; width:100%; height:100%; display:block;}
    .ipart03 .content .cover .box{padding:20px;}
    .ipart03 .content .cover .box .tit{font-size:20px; line-height:25px; color:#fff; font-weight:bold;}
    .ipart03 .content .cover .box .list{margin:30px 0 20px}
    .ipart03 .content .cover .box .list li{float:left; margin-right:10%; text-align:center;}
    .ipart03 .content .cover .box .list li:last-child{margin-right:0px;}
    .ipart03 .content .cover .box .list li .icon{width:30px; height:30px; background:url(../img/ipart03_ico.png) no-repeat; margin:0 auto 20px; transition:all 0.5s ease;}
    .ipart03 .content .cover .box .list li .icon01{background-position:0 0;}
    .ipart03 .content .cover .box .list li .icon02{background-position:-30px 0;}
    .ipart03 .content .cover .box .list li .icon03{background-position:-60px 0;}
    .ipart03 .content .cover .box .list li .number span{display:inline-block; color:#fff;}
    .ipart03 .content .cover .box .list li .number span.num{font-size:25px; line-height:25px; font-family:Impact;}
    .ipart03 .content .cover .box .list li .number span.txt{font-size:14px; line-height:24px; margin-left:3px;}
    .ipart03 .content .cover .box .list li .text{font-size:14px; line-height:22px; color:#fff;}
    .ipart03 .content .cover .box .list li:hover .icon{transform:rotateY(180deg);}
    .ipart03 .content .cover .box .common-btn{border-color:#fff;}
    .ipart03 .content .cover .box .common-btn span{color:#fff;}
    .ipart03 .content .cover .box .common-btn i{background:url(../img/common_jt_on.png) no-repeat center;}
    .ipart03 .content .cover .box .common-btn:hover{border-color:#fa8931}
    .ipart04{margin:20px 0;}
    .ipart04 .infor .tit{font-size:20px; line-height:25px;}
    .ipart04 .infor .con{margin-top:15px;}
    .ipart04 .infor .con a{padding:0 10px; font-size:13px; margin:0 5px; height:30px; line-height:30px;}
    .ipart04 .content{margin-top:20px;}
    .ipart04 .content .left .intro{padding:20px;}
    .ipart04 .content .left .intro .tit{font-size:18px;}
    .ipart04 .content .right{margin-top:20px;}
    .ipart04 .content .right .li_box .intro .tit{font-size:18px;}
    .ipart05{padding:20px 0 0;}
    .ipart05 li{width:50%; margin-bottom:15px;}
    .ipart05 li .li_box .icon{width:80px; height:80px; background-size:cover; margin:0 auto 2px}
    .ipart05 li .li_box .intro .t{font-size:16px;}
    .ipart05 li .li_box .intro .c{font-size:13px;}

    /* 2020-04-20 补充页 人才招聘 */
    /*人才招聘*/
    .job_list01 .hd .form{padding:20px;}
    .job_list01 .hd .inp_wrap{width:100%; margin-right:0px; margin-bottom:15px;}
    .job_list01 .hd .inp_wrap .tit{width:100%; margin-bottom:5px;}
    .job_list01 .hd .inp_wrap.inp_wrap_search .tit{width:100%;}
    .job_list01 .hd .inp_wrap .sele{width:100%;}
    .job_list01 .hd .inp_wrap .inp{width:100%;}
    .job_list01 .hd .btns{width:100%;}
    .job_list01 .bd{margin-top:20px;}
    .job_list01 .bd li ._ut{font-size:14px;}
    .job_list01 .bd li.j_t{font-size:13px;}
    .job_list01 .bd li ._t2,
    .job_list01 .bd li ._t4{display:none;}
    .job_list01 .bd li ._ut{width:25%;}
    .job_list01 .bd li ._un{width:25%;}
    /* 2020-04-21 产品综合页面 施工案例的按钮*/
    .pro_center03 .content .owl-nav{display:block;}
    .pro_center03 .content .owl-nav div{font-size:25px; position:absolute; top:30%; color:#fff;}
    .pro_center03 .content .owl-nav .owl-prev{left:0}
    .pro_center03 .content .owl-nav .owl-next{right:0}
    .pro_center03 .content .owl-dot{display:none;}

    :root .ibanner .owl-carousel .v_item img {display:block;}

    /*404页面*/
    .false01 .content{width:100%; position:static; margin-left:0; margin-top:0;}
    .false01 .text .txt1{font-size:20px;}
    .false01 .content .box{width:100%;}
    .false01 .text{padding:20px;}

    /* 2020-0601 视频中心 */
    .video_list01 .infor{margin-bottom:20px;}
    .video_list01 .infor .tit{font-size:23px; margin-bottom:20px;}
    .video_list01 .infor .tit:after{width:40px; height:2px; margin-left:-20px}
    .video_list01 .infor .con{font-size:13px; padding:0;}
    .video_list01 .content .hd{margin-bottom:25px;}
    .video_list01 .content .hd ul{padding:0 2%;}
    .video_list01 .content .hd li{display:block; margin-bottom:25px;}
    .video_list01 .content .hd li:last-child{margin-bottom:0;}
    .video_list01 .content .hd li .intro{margin:10px 0;}
    .video_list01 .content .hd li .intro .txt{font-size:16px;}
    .video_list01 .content .hd li .cover{width:50px; height:50px; background-size:cover; margin-left:-25px; margin-top:-25px;}
    .video_list01 .content .bd{display:none;}

    /* 2020-0603 */
    .news_list01 .list_hd .inp_box_wrap .inp_box{background:transparent; font-size:12px;}
    .news_list01 .list_hd .inp_box_wrap .hd_btn{width:17%;}




}
@media only screen and (max-width: 375px) {
    /* 2020-04-20 补充页 人才招聘 */
    /*人才招聘*/
    .job_list01 .bd li.j_t{font-size:12px;}
    /*首页*/
    .ipart03 .content .cover .box{padding:10px;}
    .ipart03 .content .cover .box .list{margin:20px 0;}
    .ipart03 .content .cover .box .list li{margin-right:5%;}
    .ipart03 .content .cover .box .list li .number span.num{font-size:20px; line-height:20px;}
    .ipart04 .infor .con a{padding:0 7px; margin:0 2px; font-size:12px;}

     /* 2020-0618 */
     .news_list01 .list_bd .list_main .bd_c .list_tool .share_btn{margin:0 5px;}
     .news_list01 .list_hd .inp_box_wrap .hd_btn{width:19%;}
}



@media only screen and (max-width: 340px) {
    /*mobileMode 480 网站样式*/
    

}
